import { GetStaticProps, GetStaticPaths } from "next"; export declare const getStaticPaths: GetStaticPaths; export declare const getStaticProps: GetStaticProps;